home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / dskutil / se_st310.zip / SEE.DOC < prev    next >
Text File  |  1995-01-01  |  19KB  |  508 lines

  1.  
  2.  
  3.     =======================================================================
  4.     =======================================================================
  5.     ==========================                   ==========================
  6.     ==========================                   ==========================
  7.     ==========================        SEE        ==========================
  8.     ==========================                   ==========================
  9.     ==========================                   ==========================
  10.     =======================================================================
  11.     =======================================================================
  12.  
  13.                                                   
  14.  
  15.  
  16.  
  17.          SEE - The highly configurable file viewer and printer utility
  18.  
  19.  
  20.  
  21.                 The programs SEE, SEESETUP, GETKEY and DONE are
  22.  
  23.                             Copyright (C) 1992, 1994
  24.  
  25.                                        by
  26.  
  27.          Pinnacle Software, CP 386 Mount Royal, Quebec, Canada H3P 3C6
  28.          U.S. Office: Box 714 Airport Road, Swanton, Vermont 05488 USA
  29.  
  30.          Support Line (514) 345-9578 --- Free Files BBS (514) 345-8654
  31.  
  32.  
  33.  
  34.          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  35.  
  36.          This is a SHAREWARE product.  That means we would like you to
  37.          pass around unregistered copies to other people.  If you have
  38.          a modem,  please  upload it  to your favourite bulletin board
  39.          system,  or give a copy to a friend whom you think might need
  40.          a program  like this.   Shareware means sharing!  Pass it on!
  41.  
  42.          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  43.     
  44.  
  45.  
  46.  
  47.  
  48.    ===========================================================================
  49.                               USER MANUAL OVERVIEW
  50.    ===========================================================================
  51.  
  52.  
  53.    This manual contains the following sections:
  54.  
  55.  
  56.    INTRODUCTION
  57.    ------------
  58.    What is "SEE"?
  59.    Shareware and Registration
  60.    Upgrading from Earlier Versions
  61.  
  62.  
  63.    HOW TO USE SEE
  64.    --------------
  65.    Starting up
  66.      Wild cards
  67.      Cross-directory viewing
  68.      Monochrome
  69.      Other options
  70.    Reading files
  71.      Scrolling keys
  72.      Jump to a line
  73.      Find text
  74.      Textify
  75.      Copy part or all of a file
  76.      Function keys
  77.    Copying
  78.      Printer destination
  79.      Conversion
  80.  
  81.  
  82.    COMMAND-LINE MACROS
  83.    -------------------
  84.    Basic format
  85.    Special keys
  86.  
  87.  
  88.    CONFIGURING SEE
  89.    ---------------
  90.    Default and specified configurations
  91.    Multiple configurations
  92.    Changing the pull-down menus
  93.  
  94.  
  95.  
  96.    ===========================================================================
  97.                                    INTRODUCTION
  98.    ===========================================================================
  99.  
  100.  
  101.                                   --------------
  102.                                   WHAT IS "SEE"?
  103.                                   --------------
  104.  
  105.    SEE is a utility for viewing and printing text files.  It can also display
  106.    hex files in a format that makes it easy for you to visually scan the file.
  107.    SEE also lets you extract portions of text from the listing.  The extracted
  108.    portion can be copied to the printer or to a text file.
  109.  
  110.  
  111.                             --------------------------
  112.                             SHAREWARE AND REGISTRATION
  113.                             --------------------------
  114.  
  115.    SEE is SHAREWARE.  This means that you are entitled to evaluate it at no
  116.    cost for a reasonable period (about 45 days).  If you continue to use it
  117.    after that, you are required to purchase a registered copy ($17 for a
  118.    single-user license -- see the order form for site licensing details.)
  119.  
  120.  
  121.                          -------------------------------
  122.                          UPGRADING FROM EARLIER VERSIONS
  123.                          -------------------------------
  124.  
  125.    The configuration file (SEE.CFG) is compatible with the configuration file
  126.    from the previous version of SEE (v2.01, included in "The SEE Utilities
  127.    Version 2.20").  So if you have a configuration file from version 2.01 of
  128.    SEE, it will still work.  Nevertheless, you should run SEESETUP to see if
  129.    there are any new configuration items you would like to change.
  130.  
  131.    The "SEE" program was previously accompanied by some other utilities. The
  132.    GETKEY program is still included in the SEE package.  GETKEY is "freeware"
  133.    and may be given away as long as it is not altered in any way.  The GO-MENU
  134.    program is available in Pinnacle Software's "GO" product, while the other
  135.    utilities (MIDNIGHT, SV) will be issued separately, at a later date, in a
  136.    different utilities collection.
  137.  
  138.  
  139.  
  140.    ===========================================================================
  141.                                  HOW TO USE "SEE"
  142.    ===========================================================================
  143.  
  144.  
  145.                                  -----------
  146.                                  STARTING UP
  147.                                  -----------
  148.  
  149.    At the DOS command prompt, enter SEE followed by the name of the file you
  150.    want to view.  For example, the command:
  151.  
  152.    SEE SEE.DOC
  153.  
  154.    would display the file named SEE.DOC.
  155.  
  156.    SEE automatically detects the type of file being viewed and selects the
  157.    appropriate display mode (standard text or "raw-text" for binary files).
  158.  
  159.  
  160.    ---------
  161.    WILDCARDS
  162.    ---------
  163.  
  164.    If you specify a "DOS Wildcard", you will see a menu of file names that
  165.    match. You can move the cursor to the file you want by using your arrow
  166.    keys, then press Enter to see the file.
  167.  
  168.    For example:
  169.  
  170.    SEE *.INF
  171.  
  172.    would show you all files with the extension INF.
  173.  
  174.    If you omit any file specification, SEE assumes you mean *.* so that the
  175.    following command would let you select from all files in the current
  176.    directory:
  177.  
  178.    SEE
  179.  
  180.  
  181.    -----------------------
  182.    CROSS-DIRECTORY VIEWING
  183.    -----------------------
  184.  
  185.    SEE normally looks for the files in your current drive and directory.
  186.    However, you can look at another drive or directory by specifying the path
  187.    name accordingly, as in this example:
  188.  
  189.    SEE D:\MYDIR\ACCOUNTS\PAYROLL.TXT
  190.  
  191.  
  192.    ----------
  193.    MONOCHROME
  194.    ----------
  195.  
  196.    SEE can normally detect if you have a color display card or not, but no DOS
  197.    program can detect if your monitor can actually display color.  (Some
  198.    people have color display cards with monochrome monitors)  If SEE is
  199.    displaying text in color and you want to force it to display in monochrome,
  200.    add  /M  to the command line.  For example:
  201.  
  202.    SEE MYFILE.TXT /M
  203.  
  204.    This would display the file MYFILE.TXT in black and white.
  205.  
  206.    You can configure SEE (using the SEESETUP program) to always start up in
  207.    monochrome mode.  This will save you the bother of always having to specify
  208.    the /M parameter.
  209.  
  210.  
  211.    -------------
  212.    OTHER OPTIONS
  213.    -------------
  214.  
  215.    For a description of some other options (such as command-line macros) refer
  216.    to the online help articles available from SEE itself.  To view these
  217.    articles, start up SEE (example: SEE SEE.DOC), then press F1.
  218.  
  219.  
  220.  
  221.                                   -------------
  222.                                   READING FILES
  223.                                   -------------
  224.  
  225.  
  226.    --------------
  227.    SCROLLING KEYS
  228.    --------------
  229.  
  230.    Once you have selected the file you want to read, you can scroll back and
  231.    forth in the file a line at a time, using the arrow keys.  You can also
  232.    jump back and forth a screen at a time, using the PgUp and PgDn keys.
  233.  
  234.    The Home and End keys position the file to the beginning and end,
  235.    respectively.
  236.  
  237.    The spacebar key moves forward one screen each time it is pressed.  When
  238.    you reach the end of the file, you are returned to the previous operation
  239.    (i.e. the file selection menu, if you started SEE with DOS wildcards, or
  240.    the DOS prompt otherwise).
  241.  
  242.    The left and right-arrow keys scroll text left and right one character at a
  243.    time.  You can use these keys in conjunction with the Ctrl key to scroll
  244.    five characters at a time.
  245.  
  246.  
  247.    ---------
  248.    THE L KEY  --  Jump to a line
  249.    ---------
  250.  
  251.    The L key will ask you for a line number.  It will then jump to that line,
  252.    positioning it at the first line of the viewing area.
  253.  
  254.  
  255.    ---------
  256.    THE F KEY  --  Find text
  257.    ---------
  258.  
  259.    The F key will ask you for a text string.  If it finds that string in the
  260.    text, it will jump there, highlighting the line the text is on.  The line
  261.    is positioned in the middle of the screen, if possible.
  262.  
  263.    To search for the same text again, press the F3 function key.
  264.  
  265.  
  266.    -------------
  267.    THE ALT-Y KEY  --  Textify
  268.    -------------
  269.  
  270.    The ALT-Y key lets you filter the display of data in "binary" (non-text)
  271.    files such that only the words (and a little bit of extraneous material)
  272.    show up.  This is useful for scanning a program or data file for helpful
  273.    information, while removing most of the material that is intelligible only
  274.    to the computer.
  275.  
  276.    The textify function only works in raw binary display mode.  You can force
  277.    SEE to use this display mode by starting it up with the  /X  switch, as in
  278.    this example:
  279.  
  280.    SEE MYFILE.DAT /X
  281.  
  282.    In most cases this will not be necessary, since SEE automatically detects
  283.    the difference between binary and text files.
  284.                                              
  285.  
  286.    ---------
  287.    THE C KEY  --  Copy part or all of the file to printer or file
  288.    ---------
  289.  
  290.    The C key sends a copy of the file (or part of it) to your printer, or to
  291.    another file.  See the section entitled "Copying" for details.
  292.  
  293.    While using the C feature, remember that the Esc key will always return you
  294.    to your previous operation.  If you were looking at the help screens, it
  295.    returns you to the viewing window.  If you were viewing text, it returns
  296.    you to the file selection menu (if you started SEE with DOS wildcards) or
  297.    the DOS prompt otherwise.
  298.  
  299.    The Copy command asks many questions in order to determine what you want to
  300.    do.  To save time, you can use the SEESETUP program to specify default
  301.    values to these questions, or skip them altogether (using a preselected
  302.    value).
  303.  
  304.  
  305.    -----------------
  306.    THE FUNCTION KEYS
  307.    -----------------
  308.  
  309.    F 1  displays the help screens.  See "Quick Help", above, for additional
  310.         information about these screens.
  311.  
  312.    F 2  displays a "ruler" line, which lets you determine in which column text
  313.         starts and ends.
  314.  
  315.    F 3  repeats the last Find operation (see "The F Key", above).
  316.  
  317.    F 4  sends a page eject character (ASCII 12, Hex $0C) to the printer.  You
  318.         can select the printer number.  By default it is printer LPT1 (or the
  319.         default printer number specified by SEESETUP).
  320.  
  321.    F 5  switches the display to 25 lines, in monochrome.
  322.  
  323.    F 6  switches the display to 25 lines, in color.
  324.  
  325.    F 7  switches the display to smaller letters, in monochrome, if you have
  326.         the appropriate display card.  If you have a CGA, Hercules or MCGA
  327.         card, nothing will happen.  If you have an EGA card, you will see 43
  328.         lines on your screen.  A VGA display card will display 50 lines.
  329.  
  330.    F 8  does what the F7 key does, but uses color instead of monochrome.
  331.  
  332.    F 9  is not used.
  333.  
  334.    F10  calls up a menu for selecting SEE functions.  This takes a little
  335.         longer than pressing a single letter key, but is easier to remember!
  336.         The menu also includes a Help section which explains various SEE
  337.         capabilities.
  338.  
  339.  
  340.  
  341.                                      -------
  342.                                      COPYING
  343.                                      -------
  344.  
  345.  
  346.    When you are viewing a file and you press the C (Copy) key, SEE will ask
  347.    you a few questions, then copy part (or all) of the file to the printer, or
  348.    to another file.
  349.  
  350.    The questions let you specify:
  351.  
  352.    PORTION:      Which part of the file (some, or all) should be copied.
  353.  
  354.    DESTINATION:  Which printer you want to print to (LPT1, LPT2 etc.) or which
  355.                  file you want to copy to (e.g. SAVE.TXT). If the file already
  356.                  exists, you can overwrite it, or add to the end.
  357.  
  358.    The following two questions apply to printing only:
  359.  
  360.    CONVERSION:   Whether to convert extended characters or not.
  361.  
  362.    FORM-FEED:    Whether the printer should "page eject" after printing.
  363.  
  364.    The printer questions are discussed in more detail, below.
  365.  
  366.    NOTE:  Before you start printing, make sure your printer is turned on, is
  367.    supplied with paper, and that the "Online" light is lit.  (On some
  368.    printers, the Online light may be labelled "Ready", or something similar.
  369.    Refer to your printer manual if you are not sure.)
  370.  
  371.    If at any time you wish to exit from the copying process, you can press the
  372.    Esc key.  If you were printing, you may have to turn your printer OFF for a
  373.    moment, then ON again, to reset it and clear its memory.
  374.  
  375.    The Copy command asks many questions in order to determine what you want to
  376.    do.  To save time, you can use the SEESETUP program to specify default
  377.    values to these questions, or skip them altogether (using a preselected
  378.    value).
  379.  
  380.  
  381.    -------------------
  382.    PRINTER DESTINATION
  383.    -------------------
  384.  
  385.    When you are asked to select a printer destination, choose the address of
  386.    the printer to which you are copying the text.  You can choose any printer
  387.    from LPT1 to LPT9.  (It is somewhat unusual to have a printer with an
  388.    address higher than LPT2.)
  389.  
  390.    If you are not sure, select LPT1.  Most PC-compatible computers have their
  391.    printer at that address.  Exception:  if your computer is sharing the
  392.    printer with other computers on a network, check with your network manager
  393.    before proceeding.
  394.  
  395.  
  396.    ----------
  397.    CONVERSION
  398.    ----------
  399.  
  400.    Many documents (such as this one) make use of the special characters that
  401.    are available on IBM-PC compatible computers.  Some printers, though
  402.    (particularly older printers and very high speed printers), can not print
  403.    these characters properly.
  404.  
  405.    If when you print, many of the characters come out wrong, you may have to
  406.    have them "converted".  The conversion process replaces these characters
  407.    with a "reasonable" substitution before printing them.  (Note that this
  408.    affects only the printing; the document you are viewing is NOT changed.)
  409.  
  410.    For example, accented letters can not be printed on all printers.  So an
  411.    accented "e" would be printed simply as "e", with no accent.  Line-drawing
  412.    characters (for boxes) are also a problem for some printers.  So the
  413.    vertical line character is replaced with the standard "split bar"
  414.    character, which looks almost the same.
  415.  
  416.  
  417.    ===========================================================================
  418.                               COMMAND-LINE MACROS
  419.    ===========================================================================
  420.  
  421.  
  422.                                    ------------
  423.                                    BASIC FORMAT
  424.                                    ------------
  425.  
  426.    When you start up SEE at the DOS prompt,  you can "stack" keys with the /K
  427.    parameter, as in this example:
  428.  
  429.    SEE SEE.DOC /K{END}
  430.  
  431.    This would display the file SEE.DOC in the usual way,  but would "press"
  432.    the  End  key to jump to the end of the file.
  433.  
  434.  
  435.                                    ------------
  436.                                    SPECIAL KEYS
  437.                                    ------------
  438.  
  439.    Special keys are entered using codes in brace parentheses, as follows:
  440.  
  441.    {SPC}   Space               {CR}    Enter                {ESC}   Escape
  442.    {F1}    F1                  {F2}    F2                   {F3}    F3 (etc.)
  443.    {UP}    Up arrow            {DN}    Down arrow           {HOME}  Home
  444.    {LF}    Left arrow          (RT}    Right arrow          {END}   End
  445.    {CTLF}  Ctrl-Left Arrow     {CTRT}  Ctrl-Right Arrow     {CHOM}  Ctrl-Home
  446.    {PGUP}  PgUp                {PGDN}  PgDn                 {CEND}  Ctrl-End
  447.    {CPGD}  Ctrl-PgDn           {HOME}  Home                 {LBRC}  {
  448.    {TAB}   Tab                 {BTAB}  Shift (back) Tab     {RBRC}  }
  449.  
  450.    Standard keys (i.e. those you can type) can be entered directly.  Most keys
  451.    can also be entered as decimal ASCII values.  Thus, you could enter the
  452.    {CR} (Carriage Return) code as {13}.
  453.  
  454.    This method does NOT work for all values above ASCII 128, some of which
  455.    are used internally by SEE to represent Alt-Letter keys and mouse activity.
  456.    For example, Alt-D is represented by {160}.  SEE XYZ.TXT /K{160}R would
  457.    select "Display/Ruler".  For a list of the special values, see the file
  458.    SEE.MNU.
  459.  
  460.  
  461.  
  462.    ===========================================================================
  463.                                 CONFIGURING "SEE"
  464.    ===========================================================================
  465.  
  466.  
  467.                        ------------------------------------
  468.                        DEFAULT AND SPECIFIED CONFIGURATIONS
  469.                        ------------------------------------
  470.  
  471.    Even if you do not pre-configure SEE, it will try to pick reasonable values
  472.    for all of its operations.  For example, it will detect the kind of display
  473.    card you have and choose color or monochrome mode accordingly, using the
  474.    same number of lines per screen that you had set before you called up SEE.
  475.  
  476.    However, you may wish to change some of the selections.  You can create a
  477.    configuration file (named SEE.CFG) using the SEESETUP configuration program
  478.    (SEESETUP.EXE).
  479.  
  480.  
  481.                              -----------------------
  482.                              MULTIPLE CONFIGURATIONS
  483.                              -----------------------
  484.  
  485.    When SEE starts up, it looks in the current (i.e. logged) drive and
  486.    directory for a file named SEE.CFG.  If it does not find it there, it looks
  487.    in the SEE home directory (i.e. where the SEE.EXE file is located) for the
  488.    file.  If it finds the file, it uses the values it specifies.  If it does
  489.    NOT find it (in either the logged or home directory), SEE uses reasonable
  490.    default values that are appropriate for virtually all machines.
  491.  
  492.    To start up SEESETUP, enter SEESETUP at the DOS prompt, or select "Setup"
  493.    on the SEE pull-down menu.  Each configuration screen can provide you with
  494.    detailed explanations of each configuration option -- press F1 whenever you
  495.    need additional information.
  496.  
  497.  
  498.                            ----------------------------
  499.                            CHANGING THE PULL-DOWN MENUS
  500.                            ----------------------------
  501.  
  502.    The pull-down menus are fully configurable.  To change them, make a backup
  503.    copy of the file SEE.MNU, then load SEE.MNU into a text editor.  The file
  504.    contains complete details for modifying the menus.
  505.  
  506.  
  507.  
  508.